home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
smfdoor
/
frmhelpv.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-08-13
|
1KB
|
43 lines
VERSION 5.00
Begin VB.Form frmHelpViewFavorites
BackColor = &H00000000&
BorderStyle = 1 'Fixed Single
Caption = "View Favorites"
ClientHeight = 1515
ClientLeft = 4260
ClientTop = 2985
ClientWidth = 2445
Icon = "frmHelpViewFavorites.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1515
ScaleWidth = 2445
Begin VB.CommandButton cmdDone
Caption = "Done"
Height = 375
Left = 480
TabIndex = 1
Top = 1080
Width = 1455
End
Begin VB.Label Label1
BackColor = &H00000000&
Caption = " This menu is used to View your own personal favorite web sites. And Goto Them by clicking on the site."
ForeColor = &H000000FF&
Height = 855
Left = 120
TabIndex = 0
Top = 120
Width = 2175
End
Attribute VB_Name = "frmHelpViewFavorites"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdDone_Click()
frmHelpViewFavorites.Hide
FrmHelpFavorites.Show
End Sub